home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blackhawk for Windows 95 1996 November
/
Blackhawk for Windows 95 - Novermer 1996.iso
/
util
/
datasorc.exe
/
SAMPLE.ZIP
/
UNIT3.DFM
/
UNIT3.txt
Wrap
Text File
|
1996-04-30
|
2KB
|
79 lines
object Form3: TForm3
Left = 523
Top = 226
Width = 266
Height = 281
Caption = 'Form3'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
TextHeight = 16
object Label3: TLabel
Left = 47
Top = 180
Width = 49
Height = 16
Caption = 'Weight'
Font.Color = clNavy
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object DBImage1: TDBImage
Left = 8
Top = 7
Width = 241
Height = 162
DataField = 'BMP'
DataSource = Animals
Stretch = True
TabOrder = 0
end
object Panel3: TPanel
Left = 8
Top = 211
Width = 242
Height = 33
Hint = 'Navigator'
BevelInner = bvRaised
Caption = 'Panel3'
ParentShowHint = False
ShowHint = True
TabOrder = 1
object DBNavigator1: TDBNavigator
Left = 2
Top = 2
Width = 238
Height = 29
DataSource = Animals
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel, nbRefresh]
Align = alClient
TabOrder = 0
end
end
object DBEdit3: TDBEdit
Left = 100
Top = 176
Width = 121
Height = 24
DataField = 'WEIGHT'
DataSource = Animals
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 0
ParentFont = False
TabOrder = 2
end
object Animals: TDataSorcerer
DataSet = AnimalTable
SorcererForm = 'Form1'
Left = 8
Top = 8
end
end